/*$color: #d00402;
$red: #ff0000;*/
a, .transition, :before, img, .nav {
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease; }

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.flex {
  display: flex;
  display: -webkit-flex; }

.flexColumn {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column; }

.itemsCenter {
  align-items: center;
  -webkit-align-items: center; }

.justifyCenter {
  justify-content: center;
  -webkit-justify-content: center; }

.flexAround {
  justify-content: space-around;
  -webkit-justify-content: space-around; }

.flexBetween {
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flexWrap {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

@media screen and (max-width: 800px) {
  html {
    font-size: 50px; }

  .wal {
    max-width: 8rem; }

  .page {
    padding: 0;
    /*background: #fff*/ }

  .pcShow {
    display: none !important; }

  .phoneShow {
    display: block; }

  body.navShow {
    overflow: hidden; }
    body.navShow .head .navA {
      /*background-image: url("../image/close.png")*/
      background-image: url("../image/baseline-close-px.png"); }
    body.navShow .navigation {
      right: 0; }

  body {
    padding-top: 0 !important; }

  .head {
    /*background: #000;*/
    background-color: #fff; }
    .head .wal {
      max-width: 100%;
      margin: 0 .6rem;
      min-height: 1.3rem; }
    .head .top {
      height: 1.3rem; }
      .head .top .wal .logo {
        height: 100%;
        left: 0;
        /*width: 3.15rem;*/
        width: 4.3rem;
        top: 0; }
        .head .top .wal .logo a {
          background-size: contain;
          background-position: left center;
          background-repeat: no-repeat;
          height: 1rem;
          width: 7.62rem; }
        .head .top .wal .logo.phoneShow {
          display: flex !important; }
    .head .btn {
      opacity: 0;
      visibility: hidden; }
    .head .navA {
      display: block;
      width: 1.3rem;
      height: 1.3rem;
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0;
      top: 0;
      bottom: auto;
      /*background: url("../image/navA.png") center no-repeat;*/
      background: url("../image/category.png") center no-repeat;
      background-size: 0.55rem; }
    .head .icon-login {
      position: absolute;
      height: 1.3rem;
      right: 1.6rem;
      top: 0;
      display: flex;
      align-items: center; }
    .head .navigation {
      position: fixed;
      height: calc(100% - 1.3rem);
      overflow-y: auto;
      width: 100%;
      /*background: #000;*/
      background: #fff;
      right: -100%; }
      .head .navigation ul {
        height: auto; }
      .head .navigation li {
        border-top: rgba(255, 255, 255, 0.2) solid 1px;
        width: 100%; }
      .head .navigation a.name {
        line-height: 1.3rem;
        font-size: .28rem;
        padding: 0 0 0 .5rem;
        /*color: #fff;*/
        color: #333; }
        .head .navigation a.name:before {
          content: "";
          display: block;
          position: absolute;
          left: .1rem;
          top: .61rem;
          width: 0;
          height: .03rem;
          background: #ff6600; }
        .head .navigation a.name:hover, .head .navigation a.name.on {
          color: #ff6600; }
          .head .navigation a.name:hover:before, .head .navigation a.name.on:before {
            width: 0.13rem; }

  .foot {
    background: #fff; }
    .foot .wal {
      min-height: 1rem; }
    .foot .msg, .foot .list, .foot .list2 {
      display: none; }
    .foot .msg2 {
      line-height: .41rem;
      padding: .5rem 0;
      border-top: #bbb solid 1px;
      font-size: .18rem;
      color: #ccc; }
      .foot .msg2 span {
        padding: 0;
        display: block; }
      .foot .msg2 a {
        color: #ccc; }

  .foot-muchly {
    background-color: #e31e26;
    color: #fff; }
    .foot-muchly .wal {
      height: auto;
      min-height: auto; }
      .foot-muchly .wal .msg2 {
        border-top: none;
        font-size: .28rem;
        color: #fff; }
        .foot-muchly .wal .msg2 a {
          color: #fff; }

  /*index*/
  .login .side {
    width: 26.6%;
    background-image: url("../image/img198.jpg"); }
    .login .side a.logo {
      display: none; }
  .login .col {
    width: 73.4%;
    padding: 20vh .55rem 0 .55rem; }
    .login .col .msg h5 {
      font-size: 0.38rem; }
    .login .col .msg p {
      font-size: .3rem;
      padding: 0.1rem 0 0.55rem 0; }
    .login .col .form li {
      padding-bottom: 0.3rem; }
    .login .col .form .name {
      font-size: .3rem;
      padding-bottom: 0.15rem; }
    .login .col .form .input {
      height: .7rem; }
      .login .col .form .input input {
        height: .68rem;
        line-height: .68rem;
        font-size: .22rem;
        padding-left: 0.25rem; }
    .login .col .form .input-1 i {
      background-size: .28rem;
      width: 0.8rem; }
    .login .col .form li.lzm .input a {
      line-height: .7rem;
      min-width: 1.8rem;
      font-size: .24rem; }
      .login .col .form li.lzm .input a:before {
        height: .34rem;
        margin-top: -0.17rem; }
    .login .col .submit div {
      height: 0.7rem; }
    .login .col .submit button {
      height: .7rem;
      font-size: 0.3rem; }
    .login .col .msg2 {
      font-size: .24rem;
      text-align: left;
      padding: 0 0.5rem 0.7rem 0.5rem; }

  .indexFlash li {
    height: 9.6rem; }
    .indexFlash li .layer {
      bottom: 1.3rem; }

  .number-layer {
    height: 1.5rem;
    top: -1rem;
    margin-bottom: -1rem;
    padding: 0; }
    .number-layer dl dd {
      height: 1.5rem; }
      .number-layer dl dd div {
        font-size: .74rem; }
      .number-layer dl dd em {
        font-size: .22rem; }

  .pageTitle {
    padding: .8rem 0 .7rem 0; }
    .pageTitle h2 {
      font-size: 0.38rem; }
    .pageTitle p {
      font-size: .24rem;
      padding: 0.15rem 0 0.25rem 0; }
    .pageTitle .more a {
      font-size: .24rem;
      width: 2.1rem;
      height: .56rem;
      line-height: .54rem;
      padding-left: .3rem; }
      .pageTitle .more a:before {
        right: .25rem;
        width: 0.24rem; }

  .indexPart1 li {
    width: 50%;
    padding: 0 0 .3rem .2rem; }
    .indexPart1 li .title {
      height: 1.82rem;
      padding-left: .45rem; }
      .indexPart1 li .title h5 {
        font-size: .31rem;
        padding-bottom: 0.3rem; }
      .indexPart1 li .title .more {
        font-size: .18rem;
        width: 1rem;
        background-size: 0.17rem; }
    .indexPart1 li dl {
      min-height: 3.75rem;
      padding: .3rem .45rem 0 .45rem; }
      .indexPart1 li dl dd {
        min-height: 1.55rem; }
        .indexPart1 li dl dd .name {
          font-size: .24rem; }
          .indexPart1 li dl dd .name a {
            height: .66rem;
            line-height: 0.66rem; }
        .indexPart1 li dl dd p {
          font-size: .18rem;
          line-height: .28rem;
          height: 0.56rem; }

  .indexPart2 .tab {
    height: .8rem; }
    .indexPart2 .tab ul {
      justify-content: center;
      -webkit-justify-content: center; }
    .indexPart2 .tab li {
      padding-right: 0;
      margin-left: .3rem;
      margin-right: .3rem;
      min-width: 1rem;
      height: .8rem;
      font-size: .24rem; }
      .indexPart2 .tab li:before {
        bottom: 0.3rem; }
  .indexPart2 .list ul {
    margin-left: -0.12rem; }
  .indexPart2 .list li {
    width: 33.333%;
    padding: 0 0 0.12rem 0.12rem; }

  .indexExport .expert li {
    width: 50%;
    text-align: center; }
  .indexExport .expert .box {
    min-height: 3.3rem; }

  .indexProject ul li {
    width: 100%;
    margin-bottom: .15rem; }
  .indexProject .category div a span:first-child {
    margin-right: 0;
    display: block; }
  .indexProject .category div a span:last-child {
    display: block; }

  .element-title {
    padding: .62rem 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center; }
    .element-title h2 {
      font-size: .56rem; }
    .element-title .more a {
      font-size: .36rem;
      color: #ff2727;
      line-height: .5rem;
      padding-right: .6rem;
      background: url("../image/nimg28.png") center right no-repeat;
      background-size: .46rem;
      display: inline-block; }

  .index-slide ul li {
    height: 6.2rem; }
    .index-slide ul li .title {
      top: 2rem;
      font-size: .74rem; }
    .index-slide ul li .sub-title {
      top: 3rem;
      font-size: .56rem; }
    .index-slide ul li .img {
      display: none; }
    .index-slide ul li .img-phone {
      display: block; }
    .index-slide ul li .layer {
      bottom: .6rem; }
      .index-slide ul li .layer dl {
        justify-content: center; }
        .index-slide ul li .layer dl dd {
          background: none;
          width: auto;
          margin-right: 1rem; }
          .index-slide ul li .layer dl dd div {
            font-size: .46rem; }
          .index-slide ul li .layer dl dd em {
            font-size: .24rem; }
          .index-slide ul li .layer dl dd:last-child {
            margin-right: 0; }

  .index-login {
    margin: .3rem auto .78rem auto;
    background-color: #fff;
    padding: .54rem .3rem; }
    .index-login p {
      font-size: .34rem;
      color: #707070; }
    .index-login .description {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      font-size: .34rem;
      color: #454545;
      line-height: .5rem; }
      .index-login .description .btn a {
        display: inline-block;
        margin-right: .2rem; }
        .index-login .description .btn a:last-child {
          margin-right: 0; }
        .index-login .description .btn a img, .index-login .description .btn a p {
          display: inline-block; }
        .index-login .description .btn a p {
          font-size: .28rem;
          color: #e31e26;
          line-height: .45rem; }

  .index-category {
    margin-bottom: .25rem; }
    .index-category .category-title h2 {
      font-size: .46rem;
      margin-bottom: .46rem; }
    .index-category .category-title p {
      font-size: .28rem;
      line-height: .46rem;
      color: #333333;
      text-indent: 2em;
      margin-bottom: .62rem; }
    .index-category ul {
      flex-wrap: wrap; }
      .index-category ul li {
        width: 31%;
        margin-right: 3.5%;
        padding-top: 31%;
        margin-bottom: 3.5%; }
        .index-category ul li:nth-child(6n), .index-category ul li:nth-child(3n) {
          margin-right: 0; }
        .index-category ul li p {
          font-size: .38rem; }

  .index-news {
    margin-bottom: .4rem; }
    .index-news .index-news-container {
      display: block; }
      .index-news .index-news-container .phone-show {
        display: block; }
      .index-news .index-news-container .pc-show {
        display: none; }
      .index-news .index-news-container .index-news-first {
        width: 100%;
        margin-right: 0;
        flex-grow: 0;
        background-color: transparent;
        padding: 0; }
        .index-news .index-news-container .index-news-first .box {
          position: relative;
          color: #fff; }
          .index-news .index-news-container .index-news-first .box .info {
            position: absolute;
            background-color: rgba(231, 73, 79, 0.7);
            width: 5rem;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            padding: .46rem .2rem; }
            .index-news .index-news-container .index-news-first .box .info .time {
              font-size: .28rem; }
            .index-news .index-news-container .index-news-first .box .info .name {
              font-size: .38rem;
              white-space: normal;
              margin: .28rem 0 0 0;
              line-height: .42rem;
              max-height: 1.25rem;
              overflow: hidden; }
              .index-news .index-news-container .index-news-first .box .info .name a {
                color: #fff; }
            .index-news .index-news-container .index-news-first .box .info .summary {
              display: none; }
          .index-news .index-news-container .index-news-first .box .img {
            width: 6.78rem; }
      .index-news .index-news-container .index-news-list {
        overflow: hidden; }
        .index-news .index-news-container .index-news-list ul {
          margin-top: .42rem; }
          .index-news .index-news-container .index-news-list ul li {
            border-bottom: none;
            margin-bottom: 0;
            padding: .42rem 0; }
            .index-news .index-news-container .index-news-list ul li .box {
              display: flex;
              flex-wrap: nowrap; }
              .index-news .index-news-container .index-news-list ul li .box .left {
                padding-top: .1rem;
                width: calc(100% - 1.46rem);
                order: 1; }
                .index-news .index-news-container .index-news-list ul li .box .left .name {
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: nowrap;
                  margin-bottom: .3rem; }
                  .index-news .index-news-container .index-news-list ul li .box .left .name a {
                    font-size: .38rem;
                    color: #000; }
                .index-news .index-news-container .index-news-list ul li .box .left .content {
                  font-size: .26rem;
                  color: #666666;
                  line-height: .46rem;
                  max-height: .9rem;
                  height: auto;
                  overflow: hidden;
                  text-indent: 2em; }
              .index-news .index-news-container .index-news-list ul li .box .right {
                width: 1.45rem;
                order: 0; }
                .index-news .index-news-container .index-news-list ul li .box .right .time-phone .day {
                  font-size: .92rem;
                  position: relative;
                  padding-bottom: .12rem; }
                  .index-news .index-news-container .index-news-list ul li .box .right .time-phone .day:after {
                    content: "";
                    position: absolute;
                    bottom: 0;
                    left: .2rem;
                    width: .62rem;
                    height: .04rem;
                    background: #dbdbdb; }
                .index-news .index-news-container .index-news-list ul li .box .right .time-phone .date {
                  margin-top: .23rem;
                  font-size: .28rem; }

  .index-expert .index-expert-container ul {
    padding-bottom: .2rem; }
    .index-expert .index-expert-container ul li {
      width: 100%; }
      .index-expert .index-expert-container ul li dl {
        display: flex;
        flex-wrap: wrap; }
        .index-expert .index-expert-container ul li dl dd {
          width: 31%;
          margin-right: 3.5%;
          margin-bottom: 3.5%;
          background-color: #fff;
          padding: .3rem .4rem; }
          .index-expert .index-expert-container ul li dl dd:nth-child(6n), .index-expert .index-expert-container ul li dl dd:nth-child(3n) {
            margin-right: 0; }
          .index-expert .index-expert-container ul li dl dd .box img {
            width: 1rem; }
          .index-expert .index-expert-container ul li dl dd .box span {
            font-size: .28rem;
            margin: 0 auto .3rem auto;
            text-align: center; }
            .index-expert .index-expert-container ul li dl dd .box span.name {
              font-size: .34rem;
              color: #333333;
              margin-top: .3rem;
              margin-bottom: .22rem; }
          .index-expert .index-expert-container ul li dl dd .contact-btn {
            text-align: center; }
            .index-expert .index-expert-container ul li dl dd .contact-btn a {
              font-size: .28rem;
              width: 1.4rem;
              line-height: .54rem;
              border-radius: .1rem; }

  .index-enterprise .index-enterprise-container ul li {
    height: auto;
    width: 100%; }
    .index-enterprise .index-enterprise-container ul li dl {
      width: 100%;
      display: flex;
      flex-wrap: wrap; }
      .index-enterprise .index-enterprise-container ul li dl dd {
        width: 31%;
        margin-right: 3.5%;
        margin-bottom: 3.5%; }
        .index-enterprise .index-enterprise-container ul li dl dd:nth-child(8n) {
          margin-right: 3.5%; }
        .index-enterprise .index-enterprise-container ul li dl dd:nth-child(3n) {
          margin-right: 0; }

  .index-enterprise .swiper-container-horizontal, .index-expert .swiper-container-horizontal {
    margin-bottom: .3rem; }
    .index-enterprise .swiper-container-horizontal .swiper-pagination-bullets, .index-expert .swiper-container-horizontal .swiper-pagination-bullets {
      text-align: center; }
      .index-enterprise .swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet, .index-expert .swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
        width: .92rem;
        height: .15rem; }
      .index-enterprise .swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet-active, .index-expert .swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet-active {
        background-color: #e31e26; }

  /*page*/
  .pageSearch {
    min-height: 1.7rem;
    padding: .34rem .2rem .1rem .2rem;
    font-size: .24rem; }
    .pageSearch .form {
      height: .65rem;
      border-width: 1px; }
      .pageSearch .form .select {
        display: none; }
      .pageSearch .form .input {
        padding-left: .2rem; }
        .pageSearch .form .input input {
          height: .63rem;
          line-height: .63rem;
          font-size: 0.24rem; }
      .pageSearch .form .submit {
        top: -1px;
        right: -1px;
        width: 1rem;
        height: .65rem; }
        .pageSearch .form .submit input {
          height: .65rem;
          font-size: 0.24rem; }
    .pageSearch .msg {
      line-height: 0.65rem; }

  .expert_01 {
    padding: .08rem .3rem 0 .3rem;
    margin: 0 -.3rem .2rem -.3rem;
    border-bottom: #999 solid 1px; }
    .expert_01 h2.title {
      display: none; }
    .expert_01 ul {
      margin-left: 0;
      justify-content: space-between;
      -webkit-justify-content: space-between; }
    .expert_01 li {
      width: auto;
      padding: 0; }
      .expert_01 li .img {
        display: none; }
      .expert_01 li h5 a {
        position: static;
        height: .8rem;
        padding: 0;
        color: #999;
        font-size: .24rem;
        font-weight: 400; }
    .expert_01 li:hover h5 a, .expert_01 li.on h5 a {
      color: #282828; }

  .expert_02 {
    padding: 0 0 .2rem 0; }
    .expert_02 ul {
      justify-content: flex-start;
      -webkit-justify-content: flex-start; }
    .expert_02 li {
      padding: 0 0.1rem 0.1rem 0; }
    .expert_02 a {
      padding: 0 .22rem;
      font-size: 0.18rem; }

  .expert {
    padding: 0 .3rem;
    font-size: .18rem; }
    .expert .title {
      font-size: .38rem;
      padding-bottom: .45rem;
      text-align: center; }
    .expert li {
      width: 50%; }
    .expert .box {
      border: #dfdfdf solid 1px;
      border-top: 0;
      min-height: 4rem; }
      .expert .box .img {
        margin-right: -1px;
        margin-left: -1px; }
      .expert .box h5 {
        font-size: .26rem;
        padding: 0.16rem 0 0.05rem 0; }
      .expert .box .msg {
        line-height: .3rem;
        height: .6rem;
        max-width: 3rem; }
      .expert .box dl.btn a {
        width: 1.2rem;
        height: .4rem;
        line-height: .4rem;
        -moz-border-radius: 0.07rem;
        -webkit-border-radius: 0.07rem;
        border-radius: 0.07rem; }
      .expert .box .smalltext div img {
        max-width: 38%; }
      .expert .box .smalltext p {
        max-height: .65rem; }

  .phoneMore {
    padding: .3rem 0 .6rem 0;
    clear: both; }
    .phoneMore a {
      display: block;
      text-align: center;
      font-size: .24rem;
      color: #ccc; }

  .expertShow {
    background: #fff;
    padding: .3rem 0 .35rem 0;
    font-size: .24rem; }
    .expertShow .wal {
      background: #f4f4f4;
      padding: 0.3rem; }
    .expertShow h5.title {
      font-size: 0.38rem; }
    .expertShow .container {
      padding: .4rem 0 .5rem 0; }
      .expertShow .container .img {
        width: 1.83rem; }
      .expertShow .container .name {
        font-size: .32rem;
        padding-top: 0.25rem; }
      .expertShow .container .btn a {
        width: 1.75rem;
        height: .61rem;
        line-height: 0.61rem; }
    .expertShow .content {
      line-height: .45rem;
      font-size: 0.3rem; }

  .project_01 {
    display: none; }

  .project {
    padding: 0 .3rem; }
    .project .list {
      padding-bottom: 0; }
      .project .list li {
        width: 50%;
        padding: 0 0 0.3rem 0.2rem; }
      .project .list .box {
        min-height: 3.25rem;
        font-size: .2rem; }
        .project .list .box .container {
          height: 1.25rem; }
          .project .list .box .container .img {
            width: 0.72rem; }
          .project .list .box .container h5 {
            font-size: 0.2rem; }
          .project .list .box .container .address {
            line-height: 0.22rem; }
        .project .list .box h2.name {
          font-size: .24rem;
          margin-right: -0.15rem; }

  .projectShow {
    font-size: .24rem;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    .projectShow .side {
      width: 100%;
      min-height: 1rem;
      background: #f4f4f4;
      color: #333;
      padding: .4rem .3rem;
      margin-bottom: .2rem; }
      .projectShow .side .box {
        padding: 0; }
        .projectShow .side .box .img {
          width: 1.8rem; }
          .projectShow .side .box .img img {
            width: 100%; }
        .projectShow .side .box h5 {
          line-height: 1em;
          padding: .3rem 0 .2rem 0;
          font-size: 0.3rem; }
        .projectShow .side .box .btn li img {
          width: 0.45rem; }
      .projectShow .side h2.title, .projectShow .side .list, .projectShow .side .content {
        display: none; }
    .projectShow .container {
      padding: .35rem; }
      .projectShow .container div.title {
        font-size: .38rem;
        line-height: .52rem;
        padding: 0.25rem 0 0.4rem 0; }
      .projectShow .container .list .name .col-1, .projectShow .container .list li .col-1 {
        width: 2rem;
        padding-left: 0.3rem; }
      .projectShow .container .list .name .col-2, .projectShow .container .list li .col-2 {
        width: 3.5rem; }
      .projectShow .container .list .name {
        line-height: 0.56rem; }
      .projectShow .container .list li {
        line-height: .36rem;
        padding: 0.2rem 0; }
      .projectShow .container .list li.li_01 {
        line-height: .48rem; }
        .projectShow .container .list li.li_01 dd {
          height: 0.48rem; }
      .projectShow .container h2.title {
        font-size: .24rem;
        padding: 0.4rem 0 0.35rem 0.15rem; }
      .projectShow .container .list2 li {
        width: 50%; }
        .projectShow .container .list2 li:nth-child(3) {
          display: none; }
        .projectShow .container .list2 li .box {
          min-height: 1.95rem;
          padding-top: .15rem; }
          .projectShow .container .list2 li .box .img {
            width: 0.81rem; }
          .projectShow .container .list2 li .box h5 {
            line-height: .5rem;
            font-size: 0.22rem; }
          .projectShow .container .list2 li .box dd img {
            width: 0.28rem; }
      .projectShow .container .btn {
        padding-top: .1rem; }
        .projectShow .container .btn a {
          width: 5.9rem;
          height: .66rem;
          line-height: 0.66rem; }

  .pageTitle2 h2 {
    font-size: 0.38rem; }
  .pageTitle2 .msg {
    padding: .2rem .35rem .35rem;
    font-size: .24rem;
    line-height: 0.34rem; }
  .pageTitle2 .btn li {
    padding: 0 0.2rem; }
  .pageTitle2 .btn a {
    width: 2.06rem;
    height: .62rem;
    line-height: .62rem;
    font-size: 0.24rem; }

  .pageTitle3 {
    padding-bottom: .25rem; }
    .pageTitle3 h2 {
      font-size: .28rem;
      line-height: 0.42rem; }
    .pageTitle3 ul li a {
      height: .42rem;
      line-height: .4rem;
      font-size: 0.24rem; }
    .pageTitle3 a.more {
      width: 1.6rem;
      height: .42rem;
      line-height: .4rem;
      font-size: 0.22rem; }

  .case {
    padding: 0 .3rem; }
    .case .list {
      padding-bottom: .3rem; }
      .case .list li {
        padding: 0 0 .1rem .2rem;
        width: 50%; }
        .case .list li .box {
          padding: 0; }
        .case .list li .msg {
          font-size: .24rem;
          line-height: .7rem;
          height: .7rem;
          padding-right: 0;
          overflow: hidden;
          font-weight: 400; }
        .case .list li a.like {
          display: none; }

  .caseShow h2.title {
    font-size: 0.38rem; }
  .caseShow h5.msg {
    font-size: 0.3rem; }
  .caseShow .content {
    font-size: .3rem;
    line-height: 0.48rem; }

  .patent {
    padding: .5rem .3rem 1rem .3rem; }
    .patent .list li {
      width: 50%; }
      .patent .list li .name {
        font-size: .24rem;
        line-height: .32rem;
        padding-top: .25rem;
        font-weight: 400; }
        .patent .list li .name a {
          display: block;
          padding-bottom: 0.25rem; }

  .patentShow h2.title {
    font-size: 0.38rem; }
  .patentShow .info {
    padding: .3rem 0 .35rem 0; }
    .patentShow .info li {
      width: 100%;
      font-size: .3rem;
      line-height: .45rem;
      color: #333;
      padding-bottom: .1rem; }
      .patentShow .info li em {
        display: block;
        font-size: .24rem;
        color: #999; }
  .patentShow .content {
    padding: .3rem;
    font-size: .3rem;
    line-height: .48rem; }
    .patentShow .content h5 {
      font-size: 0.32rem; }

  .wiki_01 {
    padding: .3rem .3rem .1rem .3rem;
    margin: 0 .3rem 0 0; }
    .wiki_01 li {
      width: 100%; }
      .wiki_01 li:nth-child(3), .wiki_01 li:nth-child(4) {
        display: none; }
    .wiki_01 a {
      height: .85rem;
      padding: 0 .2rem;
      font-size: .24rem; }
      .wiki_01 a img {
        width: 0.5rem; }
      .wiki_01 a div {
        line-height: 0.85rem; }

  .wiki_02 {
    padding: 0 .3rem; }
    .wiki_02 h2 {
      font-size: .32rem;
      padding: 0.3rem 0; }
    .wiki_02 .list li {
      width: 50%; }
      .wiki_02 .list li:nth-child(3), .wiki_02 .list li:nth-child(4), .wiki_02 .list li:nth-child(5) {
        display: none; }
      .wiki_02 .list li .name {
        font-size: .3rem;
        padding-top: 0;
        height: .8rem;
        line-height: .8rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }

  .wiki_03 .fr.list li, .about .list li, .expert-view .list li {
    min-height: 2rem;
    padding: 0 0 0 2.4rem; }
    .wiki_03 .fr.list li .img, .about .list li .img, .expert-view .list li .img {
      width: 2.15rem; }
    .wiki_03 .fr.list li .name, .about .list li .name, .expert-view .list li .name {
      font-size: 0.32rem; }
    .wiki_03 .fr.list li .msg, .about .list li .msg, .expert-view .list li .msg {
      line-height: .28rem;
      height: .56rem;
      overflow: hidden; }
    .wiki_03 .fr.list li dl dd, .about .list li dl dd, .expert-view .list li dl dd {
      padding-right: .18rem;
      font-size: 0.24rem; }
    .wiki_03 .fr.list li dl a, .about .list li dl a, .expert-view .list li dl a {
      height: .46rem;
      line-height: 0.46rem; }

  .wiki_03 {
    font-size: .24rem; }
    .wiki_03 .title h2 {
      font-size: .32rem;
      padding-top: 0.2rem; }
    .wiki_03 .title .msg {
      font-size: .24rem;
      max-width: 5.9rem;
      padding-bottom: 0.5rem; }
    .wiki_03 .tag, .wiki_03 .fl.list {
      display: none; }
    .wiki_03 .fr.list {
      width: 100%; }

  .wikiShow .box .title, .newShow .box .title {
    font-size: 0.38rem; }
  .wikiShow .box ul.btn, .newShow .box ul.btn {
    display: none; }
  .wikiShow .box .msg, .newShow .box .msg {
    font-size: .24rem;
    line-height: .36rem; }
    .wikiShow .box .msg span, .newShow .box .msg span {
      padding-right: 0;
      display: block; }
  .wikiShow .content, .newShow .content {
    font-size: .32rem;
    line-height: 0.48rem; }

  .wikiShow {
    padding: 0 .1rem .75rem .35rem; }
    .wikiShow .content, .wikiShow .img {
      margin-left: -0.2rem; }

  .about {
    padding: .65rem 0; }
    .about .side {
      width: 100%;
      padding: .1rem 0; }
      .about .side ul {
        display: flex;
        flex-wrap: wrap; }
        .about .side ul li {
          padding: 0 .1rem; }
    .about .col, .about .col-2 {
      width: 100%;
      padding-right: 0; }
    .about .col h2.title {
      font-size: 0.38rem; }
    .about .col .content {
      font-size: .3rem;
      line-height: 0.48rem; }

  .newShow .title {
    padding-right: 0; }

  .files {
    padding-left: .7rem; }
    .files span {
      top: 0; }
    .files ul li {
      width: 100%;
      float: none;
      margin-right: 0; }

  .expert-view .fl {
    float: none;
    width: 100%; }
    .expert-view .fl ul li {
      padding-left: 2.35rem; }
      .expert-view .fl ul li .msg {
        height: .82rem; }
    .expert-view .fl .content .title {
      padding-top: 0; }
      .expert-view .fl .content .title h2 {
        font-size: 16px; }
      .expert-view .fl .content .title p span {
        padding-left: 0;
        display: block; }
    .expert-view .fl .content .avatar {
      padding-left: 1.2rem; }
      .expert-view .fl .content .avatar img {
        width: 1rem;
        height: 1rem; }

  .enterprise ul li {
    width: 25%; }

  .user {
    display: none; }

  .goods-navigation .goods-category {
    display: none; }

  .goods-list .goods-list-category .goods-list-category-name {
    font-size: .3rem;
    line-height: .5rem;
    margin-right: .25rem; }
  .goods-list .goods-list-category .goods-list-category-more {
    line-height: .5rem; }
  .goods-list .goods-list-items ul li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    box-shadow: 0 0.1rem 0.16rem rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 0 0.1rem 0.16rem rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 0.1rem 0.16rem rgba(0, 0, 0, 0.23); }
    .goods-list .goods-list-items ul li:nth-child(5n) {
      margin-right: 2%; }
    .goods-list .goods-list-items ul li:nth-child(2n) {
      margin-right: 0; }
    .goods-list .goods-list-items ul li.goods-cover-list-item:nth-child(5) {
      display: none; }

  .goods-view .goods-view-simple {
    flex-wrap: wrap; }
    .goods-view .goods-view-simple .goods-cover {
      width: 100%;
      flex-grow: 0; }
      .goods-view .goods-view-simple .goods-cover .swiper-special .gallery-thumbs {
        width: calc(100% - .8rem); }
    .goods-view .goods-view-simple .goods-msg {
      margin-top: .5rem;
      max-width: 100%;
      width: 100%;
      flex-grow: 0;
      margin-left: 0; }
      .goods-view .goods-view-simple .goods-msg .goods-title {
        font-size: .3rem; }
      .goods-view .goods-view-simple .goods-msg .goods-number .goods-number-btn input {
        height: .4rem;
        line-height: .4rem; }
      .goods-view .goods-view-simple .goods-msg .goods-number .goods-number-btn button {
        height: .4rem;
        line-height: .4rem;
        padding: 0 .15rem; }
  .goods-view .goods-view-detail .goods-detail-tabs {
    justify-content: space-around; }
    .goods-view .goods-view-detail .goods-detail-tabs .goods-detail-tab {
      margin-right: .65rem; }

  .banner-container .professional-banner {
    display: block;
    min-height: 4.16rem; }

  .professional-cooperation .professional-list-items ul {
    width: calc(100% - 0.02rem);
    margin: 0 auto; }
    .professional-cooperation .professional-list-items ul li {
      width: 33.33%;
      margin-right: 0;
      box-shadow: none;
      margin-bottom: 0;
      padding: .01rem; }
      .professional-cooperation .professional-list-items ul li .msg a {
        font-size: .18rem !important;
        line-height: .36rem !important;
        height: auto !important; }
      .professional-cooperation .professional-list-items ul li:nth-child(5n) {
        margin-right: 0; }
      .professional-cooperation .professional-list-items ul li:nth-child(7), .professional-cooperation .professional-list-items ul li:nth-child(8) {
        display: none; }
      .professional-cooperation .professional-list-items ul li:nth-child(8n+1) .image {
        border-left: none; }
      .professional-cooperation .professional-list-items ul li:nth-child(3n+1) .image {
        border-left: .01rem solid #ccc; }

  .professional-view-info {
    margin: 0 auto .35rem auto;
    padding: 0;
    flex-wrap: wrap-reverse; }
    .professional-view-info .image {
      width: 100%;
      margin-right: 0;
      margin-top: .4rem; }
      .professional-view-info .image img {
        max-width: 100%; }
    .professional-view-info .info {
      flex-grow: 0;
      width: 100%;
      color: #111;
      font-size: .18rem;
      position: relative; }
      .professional-view-info .info .title {
        font-size: .3rem;
        color: #000;
        line-height: .36rem; }
      .professional-view-info .info .msg {
        margin: .3rem 0; }
        .professional-view-info .info .msg span {
          margin-right: .65rem; }
      .professional-view-info .info .keywords {
        line-height: .36rem; }
        .professional-view-info .info .keywords span {
          font-size: .16rem;
          line-height: .36rem;
          cursor: pointer;
          background-color: #eaeaea;
          padding: 0 .2rem;
          -moz-border-radius: 0.2rem;
          -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
          margin-right: .25rem; }
      .professional-view-info .info .btn {
        position: absolute;
        z-index: 10;
        left: 0;
        right: auto;
        top: auto;
        bottom: 0; }
        .professional-view-info .info .btn a {
          background: url("../image/btn_background.png") center no-repeat;
          background-size: cover;
          display: inline-block;
          line-height: .44rem;
          width: 1.6rem;
          padding: 0 .2rem;
          text-align: center;
          -moz-border-radius: 0.2rem;
          -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
          color: #fff;
          font-size: .18rem; }

  .professional-view-content {
    flex-wrap: wrap;
    margin-bottom: .6rem; }
    .professional-view-content .title {
      width: 100%;
      font-size: .3rem;
      font-weight: 500;
      margin-bottom: .25rem;
      line-height: .5rem;
      color: #000; }
    .professional-view-content .professional-content {
      width: 100%;
      margin-right: 0;
      padding: 0;
      flex-grow: 0; }
    .professional-view-content .professional-recommend {
      width: 100%;
      flex-grow: 0;
      padding: 0; }
      .professional-view-content .professional-recommend .professional-list-items ul li {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 3%; }
        .professional-view-content .professional-recommend .professional-list-items ul li a.title {
          margin-bottom: 0; }
        .professional-view-content .professional-recommend .professional-list-items ul li:nth-child(2n) {
          margin-right: 0; }

  .mobile-hidden-layout.phoneShow {
    overflow: hidden; }
  .mobile-hidden-layout.layout-fill {
    min-height: 4rem;
    width: 80%;
    margin: 50% auto 0 auto;
    transform: translateY(-50%); }
  .mobile-hidden-layout .layui-layer-dialog {
    position: static !important;
    min-width: 0;
    max-width: 100%;
    width: 100%; }
    .mobile-hidden-layout .layui-layer-dialog .layui-layer-title {
      cursor: default !important;
      padding: 0 0 0 20px !important; }
    .mobile-hidden-layout .layui-layer-dialog .layui-layer-btn a {
      height: auto !important;
      background-color: #d81e06;
      border-color: #d81e06; } }
@media screen and (max-width: 550px) {
  .wal {
    margin: 0 .3rem !important; } }

/*# sourceMappingURL=phone.css.map */
